home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0259.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  434 b   |  16 lines

  1. On Wed, 22 Feb 1995, Stan DodgyGeezer wrote:
  2.  
  3. [...]
  4. > 1. Is there any way at all to do dynamic memory  allocation
  5. >  and deallocation in AMOS? I'm using AMOS creator at the moment,
  6. > perhaps switching to AMOS Pro would solve this one?
  7.  
  8.     Yes... but you have to do it yourself using Exec.  You just
  9.   have to Alloc() and Free()... If anyone is intrested I can post
  10.   the 2 small procedures to Alloc and Free memory.
  11.  
  12.                             mike
  13.  
  14.